<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
*{ padding:0; margin:0;}
.top{height:40px; line-height:40px; background:#065DAA;
/*background: -webkit-linear-gradient(#1283E5,#107DDA,#1283E5);
    background: -o-linear-gradient(#1283E5,#107DDA,#1283E5);
    background: -moz-linear-gradient(#1283E5,#107DDA,#1283E5); 
    background:linear-gradient(#1283E5,#107DDA,#1283E5);
background: -webkit-linear-gradient(#1283E5,#107DDA,#1283E5);
    background: -o-linear-gradient(#1283E5,#107DDA,#1283E5); 
    background: -moz-linear-gradient(#1283E5,#107DDA,#1283E5);
    background:linear-gradient(#1283E5,#107DDA,#1283E5);*/}

.top .topcenter{width:1200px; height:40px;background:url(../images/top_bg.png) no-repeat center; margin:0 auto;color:#fff; font-size:14px;}
.top .topcenter .top_left{float:left;}
.top .topcenter .top_right{float:right;color:#fff; margin-right:38px;}
.top .topcenter .top_right a{color:#fff; padding:0px 8px; width:50px;}
/*.top .topcenter .top_right a.cn{background:url(/images/c.jpg) no-repeat 0 2px; padding-left:35px;}
.top .topcenter .top_right a.en{background:url(/images/e.jpg) no-repeat 0 2px; padding-left:35px;}*/


.banner{ width:100%; height:500px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:500px; float:left;}
.b-list{ height:50px; padding-top:470px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px; background:#e2e2e2;}
.b-list .spcss{border:3px solid #fff;background:#EA2622;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:200px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:200px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}</pre></body></html>